Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
ViewRow IList<ViewRow>.this[
	int ordinal
] { get; set; }
Visual Basic
Private Property Item ( _
	ordinal As Integer _
) As ViewRow Implements IList(Of ViewRow).Item
	Get
	Set

Parameters

ordinal
Type: System..::..Int32

Implements

IList<(Of <(<'T>)>)>..::..Item[([( Int32])])

See Also